Package com.orange.webcom.sdkv2.authentication.methods

Provides the available authentication methods for the Webcom Authentication service.

Types

CustomMethod
Link copied to clipboard
class CustomMethod : AuthenticationMethod
Manages authentication of users based on an external ad-hoc (custom) identity provider.
GuestMethod
Link copied to clipboard
class GuestMethod : AuthenticationMethod
Manages authentication of guest users for a Webcom application.
OAuth2Method
Link copied to clipboard
class OAuth2Method : AuthenticationMethod
Manages authentication of users by delegation to a third-party OAuth2 identity provider.
OneTimePasswordMethod
Link copied to clipboard
class OneTimePasswordMethod : AuthenticationMethod.Internal
Manages users of a given identity provider that authenticates users based on their identifier and a generated one-time password sent to them.
OrangeMobileNetworkMethod
Link copied to clipboard
class OrangeMobileNetworkMethod : AuthenticationMethod
Manages authentication of users based on the used Orange mobile data network.
PersonalPasswordMethod
Link copied to clipboard
class PersonalPasswordMethod : AuthenticationMethod.Internal
Manages users of a given identity provider that authenticates users based on their identifier and a personal password they can set or update.